sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
fragment
/
androidx.fragment.app
/
[main]Fragment
/
InstantiationException
Instantiation
Exception
open
class
InstantiationException
:
RuntimeException
(
source
)
Thrown by
instantiate
when there is an instantiation failure.
Members
Constructors
Instantiation
Exception
Link copied to clipboard
constructor
(
@
NonNull
msg
:
String
,
@
Nullable
cause
:
Exception
)